From: Bozhidar Batsov Date: Mon, 4 Nov 2013 13:10:49 +0000 (+0200) Subject: * lisp/helpers.el: New library for misc helper functions. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~2583 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d8c4f18a213a29a61c3a16e44261a3912acf1ca2;p=emacs.git * lisp/helpers.el: New library for misc helper functions. (hash-table-keys): New function returning a list of hash keys. (hash-table-values): New function returning a list of hash values. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4c2c4cd5e07..ded64a543a0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2013-11-04 Bozhidar Batsov + + * helpers.el: New library for misc helper functions. + (hash-table-keys): New function returning a list of hash keys. + (hash-table-values): New function returning a list of hash values. + 2013-11-04 Dmitry Gutov * progmodes/ruby-mode.el (ruby-smie--forward-token)